home *** CD-ROM | disk | FTP | other *** search
/ Hackers Matrix / Hacker's Matrix (nCite Software) (2003).iso / Tutorials / hTut_0213.txt < prev    next >
Text File  |  2002-12-13  |  6KB  |  149 lines

  1. #################################################################################################
  2. Reflectia-X's addition to eXpLoIt MIHIR'S GUIDE FOR MAKING UNACCESSIBLE DIRECTORIES:
  3. #################################################################################################
  4.  
  5. (This test was conducted under the Windows 98 environment)
  6.  
  7.   In fooling around with Mr. Mihir's information on unaccessible folders,
  8. I discovered that the folder (or file!) loses ALL it's attributes to
  9. windows, thus, if I wanted to make it, say, hidden, I wouldn't be able to
  10. right-click and choose to make it a hidden file or folder. This left me to
  11. question if this was possible or not; changing these types of attributes
  12. through DOS. Well I don't know a whole hell of a lot about DOS, so I just
  13. referred to a book of mine to find DOS commands. I ran across the "attrib"
  14. command. You guessed it, it changes a files' attributes. So now, to make
  15. the file I guess as about as unaccessible as it could possibly be, you
  16. would do the following:
  17.  
  18. 1 - Go to the MS-DOS prompt. (Start, Programs, MS-DOS prompt)
  19.  
  20. 2 - Type cd\ and then hit enter. This will bring you to the C:\> prompt.
  21.  
  22. 3 - Now let's suppose your "unaccessible folder" is the appropriately
  23. deemed name, (your numerical code i.e. alt+1+9+4)test. From the C:\>
  24. prompt, you would type as follows:
  25.  
  26. attrib +h (your numerical code)test
  27.  
  28. Then hit enter. Now type dir and then hit enter. You will notice that your
  29. "unaccessible folder" now has the hidden attribute! (You'll know this
  30. because you won't see your folder there.) =) Now all you have to do is
  31. make sure that the "Show all files and folders" option in windows is
  32. disabled and "Do not show system or hidden files" is enabled.
  33.  
  34. Now to remove the "hidden" attribute to your "unaccessible folder", you
  35. would simply repeat steps 1 - 3, except you would type:
  36.  
  37. attrib -h (your numerical code)test
  38.  
  39. Instead of adding the +.
  40.  
  41. There ya have it! I hope this adds a little more of a sense of "security",
  42. if you will, to your files and folders!
  43.  
  44. Below is a chart of commands to type after the command "attrib", and their functions.
  45.  
  46. Variable or Option and it's function:
  47.  
  48. +r : Makes the file read-only.
  49.  
  50. -r : Removes the read-only feature.
  51.  
  52. +a : Sets the file's archive flag.
  53.  
  54. -a : Removes the file's archive flag.
  55.  
  56. +s : (Version 5+) Sets the files system flag.
  57.  
  58. -s : (Version 5+) Removes the files system flag.
  59.  
  60. +h : (Version 5+) Hides the file.
  61.  
  62. -h : (Version 5+) Unhides the file.
  63.  
  64. **Extra note**: If you type the filename after attrib (i.e. attrib test),
  65. you will see what attributes that file or folder has!
  66.  
  67. I would like to thank eXpLoIt MIHIR for his previously posted guide. I had
  68. everything to learn from it. =)
  69.  
  70. Questions, comments, kick-ass links, can be sent to:
  71.  
  72. infinities_sadness@yahoo.com
  73.  
  74.  
  75. **************************************************************************
  76. Below is eXpLoIt MIHIR's original tutorial in which I based my study on: 
  77. **************************************************************************
  78.  
  79.                ***eXpLoIt MIHIR'S GUIDE FOR MAKING UNACCESSIBLE DIRECTORIES***
  80.      (ThAt'S ExCePt yOu!)
  81.                   No Special Softwares needed execpt win95/98 with dos prompt
  82. __________________________________________________________________________
  83.  
  84. *FOR CREATING UNACCESSIBLE FOLDER*
  85.  
  86. STEP 1) Create new directory "c:\test"
  87.         Copy your "special" files to directory "c:\test".(I SAY COPY. NOT MOVE. THIS IS FOR TESTING)
  88.  
  89. STEP 2) GO TO "START Button"> Programs > "MS-DOS Prompt".
  90.  
  91. STEP 3) Type "cd\"
  92.         Now, you will enter root directory of c:
  93.         Type and practise following "codes"
  94.         Alt+2,3,1 (Type 2,3,1 no.s on keypad with numlock on in series with alt pressed)
  95.         There will be greek "torque" (greek char.) displaying.
  96.         Alt+1,9,7
  97.         Alt+1,7,9
  98.         Alt+1,7,4
  99.         Alt+7,1,4
  100.         Alt+9,3,6
  101.         Alt+7,3,5
  102.         Alt+7,5,9
  103.         Alt+4,6,5
  104.         Alt+4,2,6
  105.         Alt+7,8,9
  106.         Alt+7,3,1
  107.         Alt+9,4,3
  108.         Alt+1,9,4
  109.  
  110.         Each code has its unique char. You will see that char in machine code on your screen.
  111.         I think practice is enough. You can also make your own codes. But above codes are tested.
  112.  
  113. STEP 4) Push "Backspace" until all codes disappear.
  114.         Now remember one of above code. Suppose yoor code is Alt+1,9,4.
  115.  
  116. STEP 5) Type below carefully in dos prompt:
  117.         "ren test (your code i.e Alt+1,9,4)test" (There is gap between first test and your code
  118.                                                   and no gap between code and second test)
  119.  
  120.         After typing, Press enter.
  121.         Type "dir" and press enter. Your directory test is now renamed as(your code)test.
  122.         Type "exit" and press enter. You are returned to windows.
  123.  
  124. STEP 6) Open My Computer. Double click on (C:) icon. You will see "_test" folder. Double click
  125.         it. Windows unable to open it. You will get error "'c:\_test' does not exist"
  126.         ALL DONE! YOU HAVE SUCCESSFULLY CREATED UNACCESSIBLE FOLDER.
  127.  
  128. *TO OPEN UNACCESSIBLE FOLDER*
  129.  
  130. GO TO MS DOS PROMPT (SEE ABOVE STEP 2).
  131. Type "cd\" and press enter to go root directory.
  132. Type "cd (Your code)test". Type "dir" and press enter. You can see your
  133. "special" files.
  134.  
  135. Do following steps to make that folder accessible to windows.
  136. When you enter MS DOS prompt, Type "cd\" and press enter.
  137. After that type following,
  138. "ren (your code)test test" and press enter.
  139. type "exit" and press enter.
  140. Your folder is now accessible to windows.
  141.  
  142.  
  143.  
  144. HOPE YOU FIND THIS INTERESTING.
  145. ANY BUGS, WELCOME!
  146.  
  147. eXpLoIt MIHIR,
  148. netmagnet@f2s.com
  149. www.ichalkaranji.f2s.com